func reflect.escapes
6 uses
reflect (current package)
value.go#L1616: escapes(v.ptr)
value.go#L2043: escapes(v.ptr)
value.go#L2579: escapes(v.ptr)
value.go#L2996: escapes(rc.val)
value.go#L3846: func escapes(x any) {
value.go#L3863: escapes(*(*any)(x)) // the dereference may not always be safe, but never executed
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |